home *** CD-ROM | disk | FTP | other *** search
- global gcurrentdir, original_frame
-
- on mouseDown
- set the visible of sprite 18 to 0
- updateStage()
- end
-
- on mouseUp
- set the visible of sprite 18 to 1
- set gcurrentdir to "main.dir"
- set original_frame to marker(0)
- puppetSound(0)
- go(1, "panic.dir")
- end
-